html,body{ margin: 0; font-family: "Microsoft YaHei"; } a{ text-decoration: none; } ul{ list-style: none; padding: 0; margin: 0; } .pr{ position: relative; } .pa{ position: absolute; } .fl{ float: left; } .fr{ float: right; } .go{ border-radius: 50%; position: relative; } .go:after{ content:""; display: block; width: 33%; height: 33%; position: absolute; } .pagerbox{ text-align: center; font-size: 16px; color: #919191; line-height: 26px; border-top: 1px #E0E0E0 solid; padding-top: 20px; padding-bottom: 40px; } .pagerbox .t{ margin: 0 10px; display: block; color: #919191; } .pagerbox .go{ width: 26px; height: 26px; background-color: #2593D6; background-color: rgba(37,147,214,0.2); } .pagerbox .go:after{ border-top: 3px #2593D6 solid; border-right: 3px #2593D6 solid; transform: rotate(45deg); border-color: rgba(37,147,214,0.7); top: 7px; left: 5px; } .pagerbox .go.left:after{ transform: rotate(-135deg); top: 7px; left: 9px; } .content .text{ font-size: 16px; line-height: 2; color: #3F3F3F; margin-bottom: 70px; } .content .title{ font-size: 20px; color: #E34E35; text-align: center; margin-bottom: 16px; } .content .info{ color: #BABABA; font-size: 14px; text-align: center; margin-bottom: 32px; } .content .space{ margin: 0 15px; }